Html Css Color HEX #CBE949 Las Palmas

📋 copy color: '#CBE949'

red 203 ◦ green 233 ◦ blue 73

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

Shades of Las Palmas #CBE949

Tints of Las Palmas #CBE949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.78%

 BLUE value IS 73 (28.91% from 255) = 14.34%

R = 39.88%
G = 45.78%
B = 14.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#CBE949 (or 0xCBE949) is known color: Las Palmas. HEX triplet: CB, E9 and 49. RGB value is (203,233,73). Sum of RGB (Red+Green+Blue) = 203+233+73=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE949 is #3416B6. Grayscale: #CECECE. Windows color (decimal): -3413687 or 4843979. OLE color: 4843979.

HSL color Cylindrical-coordinate representation of color #CBE949: hue angle of 71.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBE949 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 73 -
CMYK 0.13 0 0.69 0.09
HSL 71.25º 0.78% 0.6% -
HSV(B) 71.25º 0.69% 0.91% -
XYZ 54.97 71.46 17.2 -
YUV 205.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 203 233 73 0.13 0 0.69 0.09 71.25 0.78 0.6
Hex CB E9 49 D 0 45 9 47 4E 3C
Octal 313 351 111 15 0 105 11 107 116 74
Binary 11001011 11101001 1001001 1101 0 1000101 1001 1000111 1001110 111100

Color Harmonies of #CBE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE949

Black with #CBE949

Text Example


Text Example

White with #CBE949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE949; }

 p { color: rgb(203,233,73); }

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

background-color css

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

 a { background-color: rgb(203,233,73); }

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

border-color css

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

 span { border-color: rgb(203,233,73); }

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