Html Css Color HEX #CBD53A Las Palmas

📋 copy color: '#CBD53A'

red 203 ◦ green 213 ◦ blue 58

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

Shades of Las Palmas #CBD53A

Tints of Las Palmas #CBD53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.94%

 BLUE value IS 58 (23.05% from 255) = 12.24%

R = 42.83%
G = 44.94%
B = 12.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CBD53A (or 0xCBD53A) is known color: Las Palmas. HEX triplet: CB, D5 and 3A. RGB value is (203,213,58). Sum of RGB (Red+Green+Blue) = 203+213+58=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD53A is #342AC5. Grayscale: #C0C0C0. Windows color (decimal): -3418822 or 3855819. OLE color: 3855819.

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

Color convert

RGB 203 213 58 -
CMYK 0.05 0 0.73 0.16
HSL 63.87º 0.65% 0.53% -
HSV(B) 63.87º 0.73% 0.84% -
XYZ 49.19 60.59 13.11 -
YUV 192.34 52.19 135.6 -
System Red Green Blue C M Y K H S L
Decimal 203 213 58 0.05 0 0.73 0.16 63.87 0.65 0.53
Hex CB D5 3A 5 0 49 10 40 41 35
Octal 313 325 72 5 0 111 20 100 101 65
Binary 11001011 11010101 111010 101 0 1001001 10000 1000000 1000001 110101

Color Harmonies of #CBD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD53A

Black with #CBD53A

Text Example


Text Example

White with #CBD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD53A; }

 p { color: rgb(203,213,58); }

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

background-color css

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

 a { background-color: rgb(203,213,58); }

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

border-color css

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

 span { border-color: rgb(203,213,58); }

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