Html Css Color HEX #CBD032 Bitter Lemon

📋 copy color: '#CBD032'

red 203 ◦ green 208 ◦ blue 50

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

Shades of Bitter Lemon #CBD032

Tints of Bitter Lemon #CBD032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

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

R = 44.03%
G = 45.12%
B = 10.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CBD032 (or 0xCBD032) is known color: Bitter Lemon. HEX triplet: CB, D0 and 32. RGB value is (203,208,50). Sum of RGB (Red+Green+Blue) = 203+208+50=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD032 is #342FCD. Grayscale: #BDBDBD. Windows color (decimal): -3420110 or 3330251. OLE color: 3330251.

HSL color Cylindrical-coordinate representation of color #CBD032: hue angle of 61.9º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBD032 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 208 50 -
CMYK 0.02 0 0.76 0.18
HSL 61.9º 0.63% 0.51% -
HSV(B) 61.9º 0.76% 0.82% -
XYZ 47.76 58.04 11.7 -
YUV 188.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 203 208 50 0.02 0 0.76 0.18 61.9 0.63 0.51
Hex CB D0 32 2 0 4C 12 3E 3F 33
Octal 313 320 62 2 0 114 22 76 77 63
Binary 11001011 11010000 110010 10 0 1001100 10010 111110 111111 110011

Color Harmonies of #CBD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD032

Black with #CBD032

Text Example


Text Example

White with #CBD032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD032; }

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

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

background-color css

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

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

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

border-color css

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

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

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