Html Css Color HEX #BDC905 La Rioja

📋 copy color: '#BDC905'

red 189 ◦ green 201 ◦ blue 5

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

Shades of La Rioja #BDC905

Tints of La Rioja #BDC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.89%

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 47.85%
G = 50.89%
B = 1.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#BDC905 (or 0xBDC905) is known color: La Rioja. HEX triplet: BD, C9 and 05. RGB value is (189,201,5). Sum of RGB (Red+Green+Blue) = 189+201+5=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC905 is #4236FA. Grayscale: #AFAFAF. Windows color (decimal): -4339451 or 379325. OLE color: 379325.

HSL color Cylindrical-coordinate representation of color #BDC905: hue angle of 63.67º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC905 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 5 -
CMYK 0.06 0 0.98 0.21
HSL 63.67º 0.95% 0.4% -
HSV(B) 63.67º 0.98% 0.79% -
XYZ 41.9 52.6 8.09 -
YUV 175.07 32.02 137.94 -
System Red Green Blue C M Y K H S L
Decimal 189 201 5 0.06 0 0.98 0.21 63.67 0.95 0.4
Hex BD C9 5 6 0 62 15 40 5F 28
Octal 275 311 5 6 0 142 25 100 137 50
Binary 10111101 11001001 101 110 0 1100010 10101 1000000 1011111 101000

Color Harmonies of #BDC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC905

Black with #BDC905

Text Example


Text Example

White with #BDC905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC905; }

 p { color: rgb(189,201,5); }

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

background-color css

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

 a { background-color: rgb(189,201,5); }

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

border-color css

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

 span { border-color: rgb(189,201,5); }

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