Html Css Color HEX #BCD309 La Rioja

📋 copy color: '#BCD309'

red 188 ◦ green 211 ◦ blue 9

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

Shades of La Rioja #BCD309

Tints of La Rioja #BCD309

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.72%

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

R = 46.08%
G = 51.72%
B = 2.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#BCD309 (or 0xBCD309) is known color: La Rioja. HEX triplet: BC, D3 and 09. RGB value is (188,211,9). Sum of RGB (Red+Green+Blue) = 188+211+9=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD309 is #432CF6. Grayscale: #B5B5B5. Windows color (decimal): -4402423 or 644028. OLE color: 644028.

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

Color convert

RGB 188 211 9 -
CMYK 0.11 0 0.96 0.17
HSL 66.83º 0.92% 0.43% -
HSV(B) 66.83º 0.96% 0.83% -
XYZ 44.08 57.3 8.99 -
YUV 181.1 30.88 132.93 -
System Red Green Blue C M Y K H S L
Decimal 188 211 9 0.11 0 0.96 0.17 66.83 0.92 0.43
Hex BC D3 9 B 0 60 11 43 5C 2B
Octal 274 323 11 13 0 140 21 103 134 53
Binary 10111100 11010011 1001 1011 0 1100000 10001 1000011 1011100 101011

Color Harmonies of #BCD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD309

Black with #BCD309

Text Example


Text Example

White with #BCD309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD309; }

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

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

background-color css

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

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

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

border-color css

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

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

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