Html Css Color HEX #CBE320 Pear

📋 copy color: '#CBE320'

red 203 ◦ green 227 ◦ blue 32

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

Shades of Pear #CBE320

Tints of Pear #CBE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.13%

 BLUE value IS 32 (12.89% from 255) = 6.93%

R = 43.94%
G = 49.13%
B = 6.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#CBE320 (or 0xCBE320) is known color: Pear. HEX triplet: CB, E3 and 20. RGB value is (203,227,32). Sum of RGB (Red+Green+Blue) = 203+227+32=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE320 is #341CDF. Grayscale: #C6C6C6. Windows color (decimal): -3415264 or 2155467. OLE color: 2155467.

HSL color Cylindrical-coordinate representation of color #CBE320: hue angle of 67.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBE320 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 227 32 -
CMYK 0.11 0 0.86 0.11
HSL 67.38º 0.78% 0.51% -
HSV(B) 67.38º 0.86% 0.89% -
XYZ 52.36 67.74 11.68 -
YUV 197.59 34.55 131.86 -
System Red Green Blue C M Y K H S L
Decimal 203 227 32 0.11 0 0.86 0.11 67.38 0.78 0.51
Hex CB E3 20 B 0 56 B 43 4E 33
Octal 313 343 40 13 0 126 13 103 116 63
Binary 11001011 11100011 100000 1011 0 1010110 1011 1000011 1001110 110011

Color Harmonies of #CBE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE320

Black with #CBE320

Text Example


Text Example

White with #CBE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE320; }

 p { color: rgb(203,227,32); }

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

background-color css

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

 a { background-color: rgb(203,227,32); }

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

border-color css

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

 span { border-color: rgb(203,227,32); }

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