Html Css Color HEX #CBD94C Las Palmas

📋 copy color: '#CBD94C'

red 203 ◦ green 217 ◦ blue 76

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

Shades of Las Palmas #CBD94C

Tints of Las Palmas #CBD94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.32%

R = 40.93%
G = 43.75%
B = 15.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#CBD94C (or 0xCBD94C) is known color: Las Palmas. HEX triplet: CB, D9 and 4C. RGB value is (203,217,76). Sum of RGB (Red+Green+Blue) = 203+217+76=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD94C is #3426B3. Grayscale: #C5C5C5. Windows color (decimal): -3417780 or 5036491. OLE color: 5036491.

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

Color convert

RGB 203 217 76 -
CMYK 0.06 0 0.65 0.15
HSL 65.96º 0.65% 0.57% -
HSV(B) 65.96º 0.65% 0.85% -
XYZ 50.75 62.84 16.29 -
YUV 196.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 203 217 76 0.06 0 0.65 0.15 65.96 0.65 0.57
Hex CB D9 4C 6 0 41 F 42 41 39
Octal 313 331 114 6 0 101 17 102 101 71
Binary 11001011 11011001 1001100 110 0 1000001 1111 1000010 1000001 111001

Color Harmonies of #CBD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD94C

Black with #CBD94C

Text Example


Text Example

White with #CBD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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