Html Css Color HEX #C0CB3E Las Palmas

📋 copy color: '#C0CB3E'

red 192 ◦ green 203 ◦ blue 62

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

Shades of Las Palmas #C0CB3E

Tints of Las Palmas #C0CB3E

RGB

 RED value IS 192 (75.39% from 255) = 42.01%

 GREEN value IS 203 (79.69% from 255) = 44.42%

 BLUE value IS 62 (24.61% from 255) = 13.57%

R = 42.01%
G = 44.42%
B = 13.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#C0CB3E (or 0xC0CB3E) is known color: Las Palmas. HEX triplet: C0, CB and 3E. RGB value is (192,203,62). Sum of RGB (Red+Green+Blue) = 192+203+62=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB3E is #3F34C1. Grayscale: #B8B8B8. Windows color (decimal): -4142274 or 4115392. OLE color: 4115392.

HSL color Cylindrical-coordinate representation of color #C0CB3E: hue angle of 64.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0CB3E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 203 62 -
CMYK 0.05 0 0.69 0.20
HSL 64.68º 0.58% 0.52% -
HSV(B) 64.68º 0.69% 0.8% -
XYZ 43.96 54.27 12.71 -
YUV 183.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 192 203 62 0.05 0 0.69 0.20 64.68 0.58 0.52
Hex C0 CB 3E 5 0 45 14 41 3A 34
Octal 300 313 76 5 0 105 24 101 72 64
Binary 11000000 11001011 111110 101 0 1000101 10100 1000001 111010 110100

Color Harmonies of #C0CB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CB3E

Black with #C0CB3E

Text Example


Text Example

White with #C0CB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CB3E; }

 p { color: rgb(192,203,62); }

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

background-color css

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

 a { background-color: rgb(192,203,62); }

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

border-color css

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

 span { border-color: rgb(192,203,62); }

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