Html Css Color HEX #C4CF02 La Rioja

📋 copy color: '#C4CF02'

red 196 ◦ green 207 ◦ blue 2

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

Shades of La Rioja #C4CF02

Tints of La Rioja #C4CF02

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.11%

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

R = 48.4%
G = 51.11%
B = 0.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#C4CF02 (or 0xC4CF02) is known color: La Rioja. HEX triplet: C4, CF and 02. RGB value is (196,207,2). Sum of RGB (Red+Green+Blue) = 196+207+2=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CF02 is #3B30FD. Grayscale: #B5B5B5. Windows color (decimal): -3879166 or 184260. OLE color: 184260.

HSL color Cylindrical-coordinate representation of color #C4CF02: hue angle of 63.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4CF02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 207 2 -
CMYK 0.05 0 0.99 0.19
HSL 63.22º 0.98% 0.41% -
HSV(B) 63.22º 0.99% 0.81% -
XYZ 45.09 56.37 8.56 -
YUV 180.34 27.36 139.17 -
System Red Green Blue C M Y K H S L
Decimal 196 207 2 0.05 0 0.99 0.19 63.22 0.98 0.41
Hex C4 CF 2 5 0 63 13 3F 62 29
Octal 304 317 2 5 0 143 23 77 142 51
Binary 11000100 11001111 10 101 0 1100011 10011 111111 1100010 101001

Color Harmonies of #C4CF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CF02

Black with #C4CF02

Text Example


Text Example

White with #C4CF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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