Html Css Color HEX #CBCF31 Bitter Lemon

📋 copy color: '#CBCF31'

red 203 ◦ green 207 ◦ blue 49

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

Shades of Bitter Lemon #CBCF31

Tints of Bitter Lemon #CBCF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

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

R = 44.23%
G = 45.1%
B = 10.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CBCF31 (or 0xCBCF31) is known color: Bitter Lemon. HEX triplet: CB, CF and 31. RGB value is (203,207,49). Sum of RGB (Red+Green+Blue) = 203+207+49=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCF31 is #3430CE. Grayscale: #BCBCBC. Windows color (decimal): -3420367 or 3264459. OLE color: 3264459.

HSL color Cylindrical-coordinate representation of color #CBCF31: hue angle of 61.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBCF31 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 207 49 -
CMYK 0.02 0 0.76 0.19
HSL 61.52º 0.62% 0.5% -
HSV(B) 61.52º 0.76% 0.81% -
XYZ 47.5 57.54 11.51 -
YUV 187.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 203 207 49 0.02 0 0.76 0.19 61.52 0.62 0.5
Hex CB CF 31 2 0 4C 13 3E 3E 32
Octal 313 317 61 2 0 114 23 76 76 62
Binary 11001011 11001111 110001 10 0 1001100 10011 111110 111110 110010

Color Harmonies of #CBCF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCF31

Black with #CBCF31

Text Example


Text Example

White with #CBCF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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