Html Css Color HEX #CBD230 Bitter Lemon

📋 copy color: '#CBD230'

red 203 ◦ green 210 ◦ blue 48

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

Shades of Bitter Lemon #CBD230

Tints of Bitter Lemon #CBD230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.41%

R = 44.03%
G = 45.55%
B = 10.41%

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

#CBD230 (or 0xCBD230) is known color: Bitter Lemon. HEX triplet: CB, D2 and 30. RGB value is (203,210,48). Sum of RGB (Red+Green+Blue) = 203+210+48=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD230 is #342DCF. Grayscale: #BEBEBE. Windows color (decimal): -3419600 or 3199691. OLE color: 3199691.

HSL color Cylindrical-coordinate representation of color #CBD230: hue angle of 62.59º 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 #CBD230 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 210 48 -
CMYK 0.03 0 0.77 0.18
HSL 62.59º 0.64% 0.51% -
HSV(B) 62.59º 0.77% 0.82% -
XYZ 48.21 59 11.64 -
YUV 189.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 203 210 48 0.03 0 0.77 0.18 62.59 0.64 0.51
Hex CB D2 30 3 0 4D 12 3F 40 33
Octal 313 322 60 3 0 115 22 77 100 63
Binary 11001011 11010010 110000 11 0 1001101 10010 111111 1000000 110011

Color Harmonies of #CBD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD230

Black with #CBD230

Text Example


Text Example

White with #CBD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD230; }

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

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

background-color css

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

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

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

border-color css

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

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

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