Html Css Color HEX #BDCE09 La Rioja

📋 copy color: '#BDCE09'

red 189 ◦ green 206 ◦ blue 9

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

Shades of La Rioja #BDCE09

Tints of La Rioja #BDCE09

RGB

 RED value IS 189 (74.22% from 255) = 46.78%

 GREEN value IS 206 (80.86% from 255) = 50.99%

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

R = 46.78%
G = 50.99%
B = 2.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#BDCE09 (or 0xBDCE09) is known color: La Rioja. HEX triplet: BD, CE and 09. RGB value is (189,206,9). Sum of RGB (Red+Green+Blue) = 189+206+9=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE09 is #4231F6. Grayscale: #B3B3B3. Windows color (decimal): -4338167 or 642749. OLE color: 642749.

HSL color Cylindrical-coordinate representation of color #BDCE09: hue angle of 65.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDCE09 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 9 -
CMYK 0.08 0 0.96 0.19
HSL 65.18º 0.92% 0.42% -
HSV(B) 65.18º 0.96% 0.81% -
XYZ 43.11 54.98 8.6 -
YUV 178.46 32.37 135.52 -
System Red Green Blue C M Y K H S L
Decimal 189 206 9 0.08 0 0.96 0.19 65.18 0.92 0.42
Hex BD CE 9 8 0 60 13 41 5C 2A
Octal 275 316 11 10 0 140 23 101 134 52
Binary 10111101 11001110 1001 1000 0 1100000 10011 1000001 1011100 101010

Color Harmonies of #BDCE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE09

Black with #BDCE09

Text Example


Text Example

White with #BDCE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE09; }

 p { color: rgb(189,206,9); }

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

background-color css

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

 a { background-color: rgb(189,206,9); }

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

border-color css

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

 span { border-color: rgb(189,206,9); }

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