Html Css Color HEX #BCD009 La Rioja

📋 copy color: '#BCD009'

red 188 ◦ green 208 ◦ blue 9

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

Shades of La Rioja #BCD009

Tints of La Rioja #BCD009

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.36%

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

R = 46.42%
G = 51.36%
B = 2.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#BCD009 (or 0xBCD009) is known color: La Rioja. HEX triplet: BC, D0 and 09. RGB value is (188,208,9). Sum of RGB (Red+Green+Blue) = 188+208+9=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD009 is #432FF6. Grayscale: #B4B4B4. Windows color (decimal): -4403191 or 643260. OLE color: 643260.

HSL color Cylindrical-coordinate representation of color #BCD009: hue angle of 66.03º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCD009 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 9 -
CMYK 0.10 0 0.96 0.18
HSL 66.03º 0.92% 0.43% -
HSV(B) 66.03º 0.96% 0.82% -
XYZ 43.34 55.82 8.75 -
YUV 179.33 31.87 134.18 -
System Red Green Blue C M Y K H S L
Decimal 188 208 9 0.10 0 0.96 0.18 66.03 0.92 0.43
Hex BC D0 9 A 0 60 12 42 5C 2B
Octal 274 320 11 12 0 140 22 102 134 53
Binary 10111100 11010000 1001 1010 0 1100000 10010 1000010 1011100 101011

Color Harmonies of #BCD009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD009

Black with #BCD009

Text Example


Text Example

White with #BCD009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD009; }

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

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

background-color css

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

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

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

border-color css

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

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

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