Html Css Color HEX #C2CC43 Las Palmas

📋 copy color: '#C2CC43'

red 194 ◦ green 204 ◦ blue 67

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

Shades of Las Palmas #C2CC43

Tints of Las Palmas #C2CC43

RGB

 RED value IS 194 (76.17% from 255) = 41.72%

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 67 (26.56% from 255) = 14.41%

R = 41.72%
G = 43.87%
B = 14.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#C2CC43 (or 0xC2CC43) is known color: Las Palmas. HEX triplet: C2, CC and 43. RGB value is (194,204,67). Sum of RGB (Red+Green+Blue) = 194+204+67=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC43 is #3D33BC. Grayscale: #B9B9B9. Windows color (decimal): -4010941 or 4443330. OLE color: 4443330.

HSL color Cylindrical-coordinate representation of color #C2CC43: hue angle of 64.38º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2CC43 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 67 -
CMYK 0.05 0 0.67 0.2
HSL 64.38º 0.57% 0.53% -
HSV(B) 64.38º 0.67% 0.8% -
XYZ 44.85 55.06 13.57 -
YUV 185.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 194 204 67 0.05 0 0.67 0.2 64.38 0.57 0.53
Hex C2 CC 43 5 0 43 14 40 39 35
Octal 302 314 103 5 0 103 24 100 71 65
Binary 11000010 11001100 1000011 101 0 1000011 10100 1000000 111001 110101

Color Harmonies of #C2CC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC43

Black with #C2CC43

Text Example


Text Example

White with #C2CC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC43; }

 p { color: rgb(194,204,67); }

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

background-color css

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

 a { background-color: rgb(194,204,67); }

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

border-color css

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

 span { border-color: rgb(194,204,67); }

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