Html Css Color HEX #C3CE3A Las Palmas

📋 copy color: '#C3CE3A'

red 195 ◦ green 206 ◦ blue 58

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

Shades of Las Palmas #C3CE3A

Tints of Las Palmas #C3CE3A

RGB

 RED value IS 195 (76.56% from 255) = 42.48%

 GREEN value IS 206 (80.86% from 255) = 44.88%

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

R = 42.48%
G = 44.88%
B = 12.64%

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

#C3CE3A (or 0xC3CE3A) is known color: Las Palmas. HEX triplet: C3, CE and 3A. RGB value is (195,206,58). Sum of RGB (Red+Green+Blue) = 195+206+58=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE3A is #3C31C5. Grayscale: #BABABA. Windows color (decimal): -3944902 or 3854019. OLE color: 3854019.

HSL color Cylindrical-coordinate representation of color #C3CE3A: hue angle of 64.46º degrees, saturation: 0.6, 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 #C3CE3A is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 206 58 -
CMYK 0.05 0 0.72 0.19
HSL 64.46º 0.6% 0.52% -
HSV(B) 64.46º 0.72% 0.81% -
XYZ 45.34 56.05 12.43 -
YUV 185.84 55.86 134.53 -
System Red Green Blue C M Y K H S L
Decimal 195 206 58 0.05 0 0.72 0.19 64.46 0.6 0.52
Hex C3 CE 3A 5 0 48 13 40 3C 34
Octal 303 316 72 5 0 110 23 100 74 64
Binary 11000011 11001110 111010 101 0 1001000 10011 1000000 111100 110100

Color Harmonies of #C3CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CE3A

Black with #C3CE3A

Text Example


Text Example

White with #C3CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CE3A; }

 p { color: rgb(195,206,58); }

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

background-color css

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

 a { background-color: rgb(195,206,58); }

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

border-color css

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

 span { border-color: rgb(195,206,58); }

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