Html Css Color HEX #CBD532 Bitter Lemon

📋 copy color: '#CBD532'

red 203 ◦ green 213 ◦ blue 50

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

Shades of Bitter Lemon #CBD532

Tints of Bitter Lemon #CBD532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 43.56%
G = 45.71%
B = 10.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CBD532 (or 0xCBD532) is known color: Bitter Lemon. HEX triplet: CB, D5 and 32. RGB value is (203,213,50). Sum of RGB (Red+Green+Blue) = 203+213+50=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD532 is #342ACD. Grayscale: #C0C0C0. Windows color (decimal): -3418830 or 3331531. OLE color: 3331531.

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

Color convert

RGB 203 213 50 -
CMYK 0.05 0 0.77 0.16
HSL 63.68º 0.66% 0.52% -
HSV(B) 63.68º 0.77% 0.84% -
XYZ 49 60.52 12.12 -
YUV 191.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 203 213 50 0.05 0 0.77 0.16 63.68 0.66 0.52
Hex CB D5 32 5 0 4D 10 40 42 34
Octal 313 325 62 5 0 115 20 100 102 64
Binary 11001011 11010101 110010 101 0 1001101 10000 1000000 1000010 110100

Color Harmonies of #CBD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD532

Black with #CBD532

Text Example


Text Example

White with #CBD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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