Html Css Color HEX #C4C30B La Rioja

📋 copy color: '#C4C30B'

red 196 ◦ green 195 ◦ blue 11

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

Shades of La Rioja #C4C30B

Tints of La Rioja #C4C30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.51%

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

R = 48.76%
G = 48.51%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4C30B (or 0xC4C30B) is known color: La Rioja. HEX triplet: C4, C3 and 0B. RGB value is (196,195,11). Sum of RGB (Red+Green+Blue) = 196+195+11=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C30B is #3B3CF4. Grayscale: #AFAFAF. Windows color (decimal): -3882229 or 771012. OLE color: 771012.

HSL color Cylindrical-coordinate representation of color #C4C30B: hue angle of 59.68º 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 #C4C30B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 195 11 -
CMYK 0 0.01 0.94 0.23
HSL 59.68º 0.89% 0.41% -
HSV(B) 59.68º 0.94% 0.77% -
XYZ 42.34 50.79 7.89 -
YUV 174.32 35.83 143.46 -
System Red Green Blue C M Y K H S L
Decimal 196 195 11 0 0.01 0.94 0.23 59.68 0.89 0.41
Hex C4 C3 B 0 1 5E 17 3C 59 29
Octal 304 303 13 0 1 136 27 74 131 51
Binary 11000100 11000011 1011 0 1 1011110 10111 111100 1011001 101001

Color Harmonies of #C4C30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C30B

Black with #C4C30B

Text Example


Text Example

White with #C4C30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C30B; }

 p { color: rgb(196,195,11); }

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

background-color css

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

 a { background-color: rgb(196,195,11); }

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

border-color css

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

 span { border-color: rgb(196,195,11); }

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