Html Css Color HEX #BCC009 La Rioja

📋 copy color: '#BCC009'

red 188 ◦ green 192 ◦ blue 9

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

Shades of La Rioja #BCC009

Tints of La Rioja #BCC009

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.36%

 BLUE value IS 9 (3.91% from 255) = 2.31%

R = 48.33%
G = 49.36%
B = 2.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BCC009 (or 0xBCC009) is known color: La Rioja. HEX triplet: BC, C0 and 09. RGB value is (188,192,9). Sum of RGB (Red+Green+Blue) = 188+192+9=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC009 is #433FF6. Grayscale: #AAAAAA. Windows color (decimal): -4407287 or 639164. OLE color: 639164.

HSL color Cylindrical-coordinate representation of color #BCC009: hue angle of 61.31º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCC009 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 9 -
CMYK 0.02 0 0.95 0.25
HSL 61.31º 0.91% 0.39% -
HSV(B) 61.31º 0.95% 0.75% -
XYZ 39.64 48.41 7.51 -
YUV 169.94 37.17 140.88 -
System Red Green Blue C M Y K H S L
Decimal 188 192 9 0.02 0 0.95 0.25 61.31 0.91 0.39
Hex BC C0 9 2 0 5F 19 3D 5B 27
Octal 274 300 11 2 0 137 31 75 133 47
Binary 10111100 11000000 1001 10 0 1011111 11001 111101 1011011 100111

Color Harmonies of #BCC009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC009

Black with #BCC009

Text Example


Text Example

White with #BCC009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC009; }

 p { color: rgb(188,192,9); }

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

background-color css

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

 a { background-color: rgb(188,192,9); }

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

border-color css

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

 span { border-color: rgb(188,192,9); }

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