Html Css Color HEX #CBD830 Bitter Lemon

📋 copy color: '#CBD830'

red 203 ◦ green 216 ◦ blue 48

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

Shades of Bitter Lemon #CBD830

Tints of Bitter Lemon #CBD830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

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

R = 43.47%
G = 46.25%
B = 10.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#CBD830 (or 0xCBD830) is known color: Bitter Lemon. HEX triplet: CB, D8 and 30. RGB value is (203,216,48). Sum of RGB (Red+Green+Blue) = 203+216+48=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD830 is #3427CF. Grayscale: #C1C1C1. Windows color (decimal): -3418064 or 3201227. OLE color: 3201227.

HSL color Cylindrical-coordinate representation of color #CBD830: hue angle of 64.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBD830 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 216 48 -
CMYK 0.06 0 0.78 0.15
HSL 64.64º 0.68% 0.52% -
HSV(B) 64.64º 0.78% 0.85% -
XYZ 49.72 62.02 12.15 -
YUV 192.96 46.19 135.16 -
System Red Green Blue C M Y K H S L
Decimal 203 216 48 0.06 0 0.78 0.15 64.64 0.68 0.52
Hex CB D8 30 6 0 4E F 41 44 34
Octal 313 330 60 6 0 116 17 101 104 64
Binary 11001011 11011000 110000 110 0 1001110 1111 1000001 1000100 110100

Color Harmonies of #CBD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD830

Black with #CBD830

Text Example


Text Example

White with #CBD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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