Html Css Color HEX #CBD231 Bitter Lemon

📋 copy color: '#CBD231'

red 203 ◦ green 210 ◦ blue 49

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

Shades of Bitter Lemon #CBD231

Tints of Bitter Lemon #CBD231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.45%

 BLUE value IS 49 (19.53% from 255) = 10.61%

R = 43.94%
G = 45.45%
B = 10.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#CBD231 (or 0xCBD231) is known color: Bitter Lemon. HEX triplet: CB, D2 and 31. RGB value is (203,210,49). Sum of RGB (Red+Green+Blue) = 203+210+49=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD231 is #342DCE. Grayscale: #BEBEBE. Windows color (decimal): -3419599 or 3265227. OLE color: 3265227.

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

Color convert

RGB 203 210 49 -
CMYK 0.03 0 0.77 0.18
HSL 62.61º 0.64% 0.51% -
HSV(B) 62.61º 0.77% 0.82% -
XYZ 48.23 59.01 11.75 -
YUV 189.55 48.68 137.59 -
System Red Green Blue C M Y K H S L
Decimal 203 210 49 0.03 0 0.77 0.18 62.61 0.64 0.51
Hex CB D2 31 3 0 4D 12 3F 40 33
Octal 313 322 61 3 0 115 22 77 100 63
Binary 11001011 11010010 110001 11 0 1001101 10010 111111 1000000 110011

Color Harmonies of #CBD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD231

Black with #CBD231

Text Example


Text Example

White with #CBD231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD231; }

 p { color: rgb(203,210,49); }

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

background-color css

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

 a { background-color: rgb(203,210,49); }

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

border-color css

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

 span { border-color: rgb(203,210,49); }

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