Html Css Color HEX #C4BD02 La Rioja

📋 copy color: '#C4BD02'

red 196 ◦ green 189 ◦ blue 2

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

Shades of La Rioja #C4BD02

Tints of La Rioja #C4BD02

RGB

 RED value IS 196 (76.95% from 255) = 50.65%

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 50.65%
G = 48.84%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C4BD02 (or 0xC4BD02) is known color: La Rioja. HEX triplet: C4, BD and 02. RGB value is (196,189,2). Sum of RGB (Red+Green+Blue) = 196+189+2=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BD02 is #3B42FD. Grayscale: #AAAAAA. Windows color (decimal): -3883774 or 179652. OLE color: 179652.

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

Color convert

RGB 196 189 2 -
CMYK 0 0.04 0.99 0.23
HSL 57.84º 0.98% 0.39% -
HSV(B) 57.84º 0.99% 0.77% -
XYZ 40.97 48.14 7.19 -
YUV 169.78 33.32 146.71 -
System Red Green Blue C M Y K H S L
Decimal 196 189 2 0 0.04 0.99 0.23 57.84 0.98 0.39
Hex C4 BD 2 0 4 63 17 3A 62 27
Octal 304 275 2 0 4 143 27 72 142 47
Binary 11000100 10111101 10 0 100 1100011 10111 111010 1100010 100111

Color Harmonies of #C4BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD02

Black with #C4BD02

Text Example


Text Example

White with #C4BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD02; }

 p { color: rgb(196,189,2); }

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

background-color css

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

 a { background-color: rgb(196,189,2); }

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

border-color css

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

 span { border-color: rgb(196,189,2); }

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