Html Css Color HEX #BCC30F La Rioja

📋 copy color: '#BCC30F'

red 188 ◦ green 195 ◦ blue 15

#BCC30F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BCC30F

Tints of La Rioja #BCC30F

RGB

 RED value IS 188 (73.83% from 255) = 47.24%

 GREEN value IS 195 (76.56% from 255) = 48.99%

 BLUE value IS 15 (6.25% from 255) = 3.77%

R = 47.24%
G = 48.99%
B = 3.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCC30F (or 0xBCC30F) is known color: La Rioja. HEX triplet: BC, C3 and 0F. RGB value is (188,195,15). Sum of RGB (Red+Green+Blue) = 188+195+15=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC30F is #433CF0. Grayscale: #ADADAD. Windows color (decimal): -4406513 or 1033148. OLE color: 1033148.

HSL color Cylindrical-coordinate representation of color #BCC30F: hue angle of 62.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCC30F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 15 -
CMYK 0.04 0 0.92 0.24
HSL 62.33º 0.86% 0.41% -
HSV(B) 62.33º 0.92% 0.76% -
XYZ 40.34 49.76 7.93 -
YUV 172.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 188 195 15 0.04 0 0.92 0.24 62.33 0.86 0.41
Hex BC C3 F 4 0 5C 18 3E 56 29
Octal 274 303 17 4 0 134 30 76 126 51
Binary 10111100 11000011 1111 100 0 1011100 11000 111110 1010110 101001

Color Harmonies of #BCC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC30F

Black with #BCC30F

Text Example


Text Example

White with #BCC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC30F; }

 p { color: rgb(188,195,15); }

 H1.HeaderClassName
 {
   color: #BCC30F;
 }
 .AnyTagClassName
 {
   color: #BCC30F;
 }
</style>

background-color css

<style>
 a { background-color: #BCC30F; }

 a { background-color: rgb(188,195,15); }

 div.DivClassName
 {
   background-color: #BCC30F;
 }
 .BgClassName
 {
   background-color: #BCC30F;
 }
</style>

border-color css

<style>
 span { border-color: #BCC30F; }

 span { border-color: rgb(188,195,15); }

 td.TdClassName
 {
   border-color: #BCC30F;
 }
 .TagClassName
 {
   border-color: #BCC30F;
 }
</style>