Html Css Color HEX #BDCD0D La Rioja

📋 copy color: '#BDCD0D'

red 189 ◦ green 205 ◦ blue 13

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

Shades of La Rioja #BDCD0D

Tints of La Rioja #BDCD0D

RGB

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

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

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

R = 46.44%
G = 50.37%
B = 3.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#BDCD0D (or 0xBDCD0D) is known color: La Rioja. HEX triplet: BD, CD and 0D. RGB value is (189,205,13). Sum of RGB (Red+Green+Blue) = 189+205+13=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD0D is #4232F2. Grayscale: #B3B3B3. Windows color (decimal): -4338419 or 904637. OLE color: 904637.

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

Color convert

RGB 189 205 13 -
CMYK 0.08 0 0.94 0.20
HSL 65º 0.88% 0.43% -
HSV(B) 65º 0.94% 0.8% -
XYZ 42.89 54.51 8.64 -
YUV 178.33 34.7 135.61 -
System Red Green Blue C M Y K H S L
Decimal 189 205 13 0.08 0 0.94 0.20 65 0.88 0.43
Hex BD CD D 8 0 5E 14 41 58 2B
Octal 275 315 15 10 0 136 24 101 130 53
Binary 10111101 11001101 1101 1000 0 1011110 10100 1000001 1011000 101011

Color Harmonies of #BDCD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD0D

Black with #BDCD0D

Text Example


Text Example

White with #BDCD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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