Html Css Color HEX #CBD940 Las Palmas

📋 copy color: '#CBD940'

red 203 ◦ green 217 ◦ blue 64

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

Shades of Las Palmas #CBD940

Tints of Las Palmas #CBD940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.83%

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

R = 41.94%
G = 44.83%
B = 13.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#CBD940 (or 0xCBD940) is known color: Las Palmas. HEX triplet: CB, D9 and 40. RGB value is (203,217,64). Sum of RGB (Red+Green+Blue) = 203+217+64=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD940 is #3426BF. Grayscale: #C3C3C3. Windows color (decimal): -3417792 or 4250059. OLE color: 4250059.

HSL color Cylindrical-coordinate representation of color #CBD940: hue angle of 65.49º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBD940 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 64 -
CMYK 0.06 0 0.71 0.15
HSL 65.49º 0.67% 0.55% -
HSV(B) 65.49º 0.71% 0.85% -
XYZ 50.37 62.69 14.3 -
YUV 195.37 53.86 133.44 -
System Red Green Blue C M Y K H S L
Decimal 203 217 64 0.06 0 0.71 0.15 65.49 0.67 0.55
Hex CB D9 40 6 0 47 F 41 43 37
Octal 313 331 100 6 0 107 17 101 103 67
Binary 11001011 11011001 1000000 110 0 1000111 1111 1000001 1000011 110111

Color Harmonies of #CBD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD940

Black with #CBD940

Text Example


Text Example

White with #CBD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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