Html Css Color HEX #CBD831 Bitter Lemon

📋 copy color: '#CBD831'

red 203 ◦ green 216 ◦ blue 49

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

Shades of Bitter Lemon #CBD831

Tints of Bitter Lemon #CBD831

RGB

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

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

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

R = 43.38%
G = 46.15%
B = 10.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#CBD831 (or 0xCBD831) is known color: Bitter Lemon. HEX triplet: CB, D8 and 31. RGB value is (203,216,49). Sum of RGB (Red+Green+Blue) = 203+216+49=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD831 is #3427CE. Grayscale: #C1C1C1. Windows color (decimal): -3418063 or 3266763. OLE color: 3266763.

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

Color convert

RGB 203 216 49 -
CMYK 0.06 0 0.77 0.15
HSL 64.67º 0.68% 0.52% -
HSV(B) 64.67º 0.77% 0.85% -
XYZ 49.74 62.03 12.26 -
YUV 193.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 203 216 49 0.06 0 0.77 0.15 64.67 0.68 0.52
Hex CB D8 31 6 0 4D F 41 44 34
Octal 313 330 61 6 0 115 17 101 104 64
Binary 11001011 11011000 110001 110 0 1001101 1111 1000001 1000100 110100

Color Harmonies of #CBD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD831

Black with #CBD831

Text Example


Text Example

White with #CBD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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