Html Css Color HEX #BDCB0D La Rioja

📋 copy color: '#BDCB0D'

red 189 ◦ green 203 ◦ blue 13

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

Shades of La Rioja #BDCB0D

Tints of La Rioja #BDCB0D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.12%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 46.67%
G = 50.12%
B = 3.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#BDCB0D (or 0xBDCB0D) is known color: La Rioja. HEX triplet: BD, CB and 0D. RGB value is (189,203,13). Sum of RGB (Red+Green+Blue) = 189+203+13=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCB0D is #4234F2. Grayscale: #B1B1B1. Windows color (decimal): -4338931 or 904125. OLE color: 904125.

HSL color Cylindrical-coordinate representation of color #BDCB0D: hue angle of 64.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDCB0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 13 -
CMYK 0.07 0 0.94 0.20
HSL 64.42º 0.88% 0.42% -
HSV(B) 64.42º 0.94% 0.8% -
XYZ 42.41 53.56 8.48 -
YUV 177.15 35.36 136.45 -
System Red Green Blue C M Y K H S L
Decimal 189 203 13 0.07 0 0.94 0.20 64.42 0.88 0.42
Hex BD CB D 7 0 5E 14 40 58 2A
Octal 275 313 15 7 0 136 24 100 130 52
Binary 10111101 11001011 1101 111 0 1011110 10100 1000000 1011000 101010

Color Harmonies of #BDCB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB0D

Black with #BDCB0D

Text Example


Text Example

White with #BDCB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB0D; }

 p { color: rgb(189,203,13); }

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

background-color css

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

 a { background-color: rgb(189,203,13); }

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

border-color css

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

 span { border-color: rgb(189,203,13); }

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