Html Css Color HEX #C4CF3A Las Palmas

📋 copy color: '#C4CF3A'

red 196 ◦ green 207 ◦ blue 58

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

Shades of Las Palmas #C4CF3A

Tints of Las Palmas #C4CF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.58%

R = 42.52%
G = 44.9%
B = 12.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#C4CF3A (or 0xC4CF3A) is known color: Las Palmas. HEX triplet: C4, CF and 3A. RGB value is (196,207,58). Sum of RGB (Red+Green+Blue) = 196+207+58=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CF3A is #3B30C5. Grayscale: #BBBBBB. Windows color (decimal): -3879110 or 3854276. OLE color: 3854276.

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

Color convert

RGB 196 207 58 -
CMYK 0.05 0 0.72 0.19
HSL 64.43º 0.61% 0.52% -
HSV(B) 64.43º 0.72% 0.81% -
XYZ 45.84 56.67 12.52 -
YUV 186.73 55.36 134.62 -
System Red Green Blue C M Y K H S L
Decimal 196 207 58 0.05 0 0.72 0.19 64.43 0.61 0.52
Hex C4 CF 3A 5 0 48 13 40 3D 34
Octal 304 317 72 5 0 110 23 100 75 64
Binary 11000100 11001111 111010 101 0 1001000 10011 1000000 111101 110100

Color Harmonies of #C4CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CF3A

Black with #C4CF3A

Text Example


Text Example

White with #C4CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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