Html Css Color HEX #BDCD0F La Rioja

📋 copy color: '#BDCD0F'

red 189 ◦ green 205 ◦ blue 15

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

Shades of La Rioja #BDCD0F

Tints of La Rioja #BDCD0F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.12%

 BLUE value IS 15 (6.25% from 255) = 3.67%

R = 46.21%
G = 50.12%
B = 3.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#BDCD0F (or 0xBDCD0F) is known color: La Rioja. HEX triplet: BD, CD and 0F. RGB value is (189,205,15). Sum of RGB (Red+Green+Blue) = 189+205+15=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD0F is #4232F0. Grayscale: #B3B3B3. Windows color (decimal): -4338417 or 1035709. OLE color: 1035709.

HSL color Cylindrical-coordinate representation of color #BDCD0F: hue angle of 65.05º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDCD0F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 15 -
CMYK 0.08 0 0.93 0.20
HSL 65.05º 0.86% 0.43% -
HSV(B) 65.05º 0.93% 0.8% -
XYZ 42.9 54.52 8.71 -
YUV 178.56 35.7 135.45 -
System Red Green Blue C M Y K H S L
Decimal 189 205 15 0.08 0 0.93 0.20 65.05 0.86 0.43
Hex BD CD F 8 0 5D 14 41 56 2B
Octal 275 315 17 10 0 135 24 101 126 53
Binary 10111101 11001101 1111 1000 0 1011101 10100 1000001 1010110 101011

Color Harmonies of #BDCD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD0F

Black with #BDCD0F

Text Example


Text Example

White with #BDCD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD0F; }

 p { color: rgb(189,205,15); }

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

background-color css

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

 a { background-color: rgb(189,205,15); }

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

border-color css

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

 span { border-color: rgb(189,205,15); }

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