Html Css Color HEX #CBD648 Las Palmas

📋 copy color: '#CBD648'

red 203 ◦ green 214 ◦ blue 72

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

Shades of Las Palmas #CBD648

Tints of Las Palmas #CBD648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 41.51%
G = 43.76%
B = 14.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CBD648 (or 0xCBD648) is known color: Las Palmas. HEX triplet: CB, D6 and 48. RGB value is (203,214,72). Sum of RGB (Red+Green+Blue) = 203+214+72=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD648 is #3429B7. Grayscale: #C3C3C3. Windows color (decimal): -3418552 or 4773579. OLE color: 4773579.

HSL color Cylindrical-coordinate representation of color #CBD648: hue angle of 64.65º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBD648 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 214 72 -
CMYK 0.05 0 0.66 0.16
HSL 64.65º 0.63% 0.56% -
HSV(B) 64.65º 0.66% 0.84% -
XYZ 49.84 61.26 15.33 -
YUV 194.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 203 214 72 0.05 0 0.66 0.16 64.65 0.63 0.56
Hex CB D6 48 5 0 42 10 41 3F 38
Octal 313 326 110 5 0 102 20 101 77 70
Binary 11001011 11010110 1001000 101 0 1000010 10000 1000001 111111 111000

Color Harmonies of #CBD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD648

Black with #CBD648

Text Example


Text Example

White with #CBD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD648; }

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

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

background-color css

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

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

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

border-color css

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

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

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