Html Css Color HEX #BDCD0C La Rioja

📋 copy color: '#BDCD0C'

red 189 ◦ green 205 ◦ blue 12

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

Shades of La Rioja #BDCD0C

Tints of La Rioja #BDCD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 46.55%
G = 50.49%
B = 2.96%

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

#BDCD0C (or 0xBDCD0C) is known color: La Rioja. HEX triplet: BD, CD and 0C. RGB value is (189,205,12). Sum of RGB (Red+Green+Blue) = 189+205+12=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD0C is #4232F3. Grayscale: #B2B2B2. Windows color (decimal): -4338420 or 839101. OLE color: 839101.

HSL color Cylindrical-coordinate representation of color #BDCD0C: hue angle of 64.97º degrees, saturation: 0.89, 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 #BDCD0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 12 -
CMYK 0.08 0 0.94 0.20
HSL 64.97º 0.89% 0.43% -
HSV(B) 64.97º 0.94% 0.8% -
XYZ 42.88 54.51 8.61 -
YUV 178.21 34.2 135.69 -
System Red Green Blue C M Y K H S L
Decimal 189 205 12 0.08 0 0.94 0.20 64.97 0.89 0.43
Hex BD CD C 8 0 5E 14 41 59 2B
Octal 275 315 14 10 0 136 24 101 131 53
Binary 10111101 11001101 1100 1000 0 1011110 10100 1000001 1011001 101011

Color Harmonies of #BDCD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD0C

Black with #BDCD0C

Text Example


Text Example

White with #BDCD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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