Html Css Color HEX #CBCD33 Bitter Lemon

📋 copy color: '#CBCD33'

red 203 ◦ green 205 ◦ blue 51

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

Shades of Bitter Lemon #CBCD33

Tints of Bitter Lemon #CBCD33

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

 BLUE value IS 51 (20.31% from 255) = 11.11%

R = 44.23%
G = 44.66%
B = 11.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBCD33 (or 0xCBCD33) is known color: Bitter Lemon. HEX triplet: CB, CD and 33. RGB value is (203,205,51). Sum of RGB (Red+Green+Blue) = 203+205+51=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD33 is #3432CC. Grayscale: #BBBBBB. Windows color (decimal): -3420877 or 3395019. OLE color: 3395019.

HSL color Cylindrical-coordinate representation of color #CBCD33: hue angle of 60.78º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBCD33 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 205 51 -
CMYK 0.01 0 0.75 0.20
HSL 60.78º 0.61% 0.5% -
HSV(B) 60.78º 0.75% 0.8% -
XYZ 47.06 56.6 11.58 -
YUV 186.85 51.34 139.52 -
System Red Green Blue C M Y K H S L
Decimal 203 205 51 0.01 0 0.75 0.20 60.78 0.61 0.5
Hex CB CD 33 1 0 4B 14 3D 3D 32
Octal 313 315 63 1 0 113 24 75 75 62
Binary 11001011 11001101 110011 1 0 1001011 10100 111101 111101 110010

Color Harmonies of #CBCD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCD33

Black with #CBCD33

Text Example


Text Example

White with #CBCD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCD33; }

 p { color: rgb(203,205,51); }

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

background-color css

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

 a { background-color: rgb(203,205,51); }

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

border-color css

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

 span { border-color: rgb(203,205,51); }

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