Html Css Color HEX #C5BD0B La Rioja

📋 copy color: '#C5BD0B'

red 197 ◦ green 189 ◦ blue 11

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

Shades of La Rioja #C5BD0B

Tints of La Rioja #C5BD0B

RGB

 RED value IS 197 (77.34% from 255) = 49.62%

 GREEN value IS 189 (74.22% from 255) = 47.61%

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 49.62%
G = 47.61%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5BD0B (or 0xC5BD0B) is known color: La Rioja. HEX triplet: C5, BD and 0B. RGB value is (197,189,11). Sum of RGB (Red+Green+Blue) = 197+189+11=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BD0B is #3A42F4. Grayscale: #ABABAB. Windows color (decimal): -3818229 or 769477. OLE color: 769477.

HSL color Cylindrical-coordinate representation of color #C5BD0B: hue angle of 57.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5BD0B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 189 11 -
CMYK 0 0.04 0.94 0.23
HSL 57.42º 0.89% 0.41% -
HSV(B) 57.42º 0.94% 0.77% -
XYZ 41.28 48.29 7.46 -
YUV 171.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 197 189 11 0 0.04 0.94 0.23 57.42 0.89 0.41
Hex C5 BD B 0 4 5E 17 39 59 29
Octal 305 275 13 0 4 136 27 71 131 51
Binary 11000101 10111101 1011 0 100 1011110 10111 111001 1011001 101001

Color Harmonies of #C5BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD0B

Black with #C5BD0B

Text Example


Text Example

White with #C5BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD0B; }

 p { color: rgb(197,189,11); }

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

background-color css

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

 a { background-color: rgb(197,189,11); }

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

border-color css

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

 span { border-color: rgb(197,189,11); }

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