Html Css Color HEX #CBE295 Reef

📋 copy color: '#CBE295'

red 203 ◦ green 226 ◦ blue 149

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

Shades of Reef #CBE295

Tints of Reef #CBE295

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.1%

 BLUE value IS 149 (58.59% from 255) = 25.78%

R = 35.12%
G = 39.1%
B = 25.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#CBE295 (or 0xCBE295) is known color: Reef. HEX triplet: CB, E2 and 95. RGB value is (203,226,149). Sum of RGB (Red+Green+Blue) = 203+226+149=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE295 is #341D6A. Grayscale: #D2D2D2. Windows color (decimal): -3415403 or 9822923. OLE color: 9822923.

HSL color Cylindrical-coordinate representation of color #CBE295: hue angle of 77.92º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBE295 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 149 -
CMYK 0.10 0 0.34 0.11
HSL 77.92º 0.57% 0.74% -
HSV(B) 77.92º 0.34% 0.89% -
XYZ 57.25 69.26 38.78 -
YUV 210.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 203 226 149 0.10 0 0.34 0.11 77.92 0.57 0.74
Hex CB E2 95 A 0 22 B 4E 39 4A
Octal 313 342 225 12 0 42 13 116 71 112
Binary 11001011 11100010 10010101 1010 0 100010 1011 1001110 111001 1001010

Color Harmonies of #CBE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE295

Black with #CBE295

Text Example


Text Example

White with #CBE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE295; }

 p { color: rgb(203,226,149); }

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

background-color css

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

 a { background-color: rgb(203,226,149); }

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

border-color css

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

 span { border-color: rgb(203,226,149); }

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