Html Css Color HEX #CBE682 Sulu

📋 copy color: '#CBE682'

red 203 ◦ green 230 ◦ blue 130

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

Shades of Sulu #CBE682

Tints of Sulu #CBE682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.85%

 BLUE value IS 130 (51.17% from 255) = 23.09%

R = 36.06%
G = 40.85%
B = 23.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#CBE682 (or 0xCBE682) is known color: Sulu. HEX triplet: CB, E6 and 82. RGB value is (203,230,130). Sum of RGB (Red+Green+Blue) = 203+230+130=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE682 is #34197D. Grayscale: #D2D2D2. Windows color (decimal): -3414398 or 8578763. OLE color: 8578763.

HSL color Cylindrical-coordinate representation of color #CBE682: hue angle of 76.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBE682 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 130 -
CMYK 0.12 0 0.43 0.10
HSL 76.2º 0.67% 0.71% -
HSV(B) 76.2º 0.43% 0.9% -
XYZ 56.95 70.9 31.8 -
YUV 210.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 203 230 130 0.12 0 0.43 0.10 76.2 0.67 0.71
Hex CB E6 82 C 0 2B A 4C 43 47
Octal 313 346 202 14 0 53 12 114 103 107
Binary 11001011 11100110 10000010 1100 0 101011 1010 1001100 1000011 1000111

Color Harmonies of #CBE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE682

Black with #CBE682

Text Example


Text Example

White with #CBE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE682; }

 p { color: rgb(203,230,130); }

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

background-color css

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

 a { background-color: rgb(203,230,130); }

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

border-color css

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

 span { border-color: rgb(203,230,130); }

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