Html Css Color HEX #CBE694 Reef

📋 copy color: '#CBE694'

red 203 ◦ green 230 ◦ blue 148

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

Shades of Reef #CBE694

Tints of Reef #CBE694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.47%

R = 34.94%
G = 39.59%
B = 25.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#CBE694 (or 0xCBE694) is known color: Reef. HEX triplet: CB, E6 and 94. RGB value is (203,230,148). Sum of RGB (Red+Green+Blue) = 203+230+148=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE694 is #34196B. Grayscale: #D4D4D4. Windows color (decimal): -3414380 or 9758411. OLE color: 9758411.

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

Color convert

RGB 203 230 148 -
CMYK 0.12 0 0.36 0.10
HSL 79.76º 0.62% 0.74% -
HSV(B) 79.76º 0.36% 0.9% -
XYZ 58.27 71.43 38.73 -
YUV 212.58 91.55 121.17 -
System Red Green Blue C M Y K H S L
Decimal 203 230 148 0.12 0 0.36 0.10 79.76 0.62 0.74
Hex CB E6 94 C 0 24 A 50 3E 4A
Octal 313 346 224 14 0 44 12 120 76 112
Binary 11001011 11100110 10010100 1100 0 100100 1010 1010000 111110 1001010

Color Harmonies of #CBE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE694

Black with #CBE694

Text Example


Text Example

White with #CBE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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