Html Css Color HEX #CBD640 Las Palmas

📋 copy color: '#CBD640'

red 203 ◦ green 214 ◦ blue 64

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

Shades of Las Palmas #CBD640

Tints of Las Palmas #CBD640

RGB

 RED value IS 203 (79.69% from 255) = 42.2%

 GREEN value IS 214 (83.98% from 255) = 44.49%

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 42.2%
G = 44.49%
B = 13.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CBD640 (or 0xCBD640) is known color: Las Palmas. HEX triplet: CB, D6 and 40. RGB value is (203,214,64). Sum of RGB (Red+Green+Blue) = 203+214+64=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD640 is #3429BF. Grayscale: #C2C2C2. Windows color (decimal): -3418560 or 4249291. OLE color: 4249291.

HSL color Cylindrical-coordinate representation of color #CBD640: hue angle of 64.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBD640 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 214 64 -
CMYK 0.05 0 0.70 0.16
HSL 64.4º 0.65% 0.55% -
HSV(B) 64.4º 0.7% 0.84% -
XYZ 49.6 61.16 14.04 -
YUV 193.61 54.86 134.7 -
System Red Green Blue C M Y K H S L
Decimal 203 214 64 0.05 0 0.70 0.16 64.4 0.65 0.55
Hex CB D6 40 5 0 46 10 40 41 37
Octal 313 326 100 5 0 106 20 100 101 67
Binary 11001011 11010110 1000000 101 0 1000110 10000 1000000 1000001 110111

Color Harmonies of #CBD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD640

Black with #CBD640

Text Example


Text Example

White with #CBD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD640; }

 p { color: rgb(203,214,64); }

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

background-color css

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

 a { background-color: rgb(203,214,64); }

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

border-color css

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

 span { border-color: rgb(203,214,64); }

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