Html Css Color HEX #C8DB9B Reef

📋 copy color: '#C8DB9B'

red 200 ◦ green 219 ◦ blue 155

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

Shades of Reef #C8DB9B

Tints of Reef #C8DB9B

RGB

 RED value IS 200 (78.52% from 255) = 34.84%

 GREEN value IS 219 (85.94% from 255) = 38.15%

 BLUE value IS 155 (60.94% from 255) = 27%

R = 34.84%
G = 38.15%
B = 27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#C8DB9B (or 0xC8DB9B) is known color: Reef. HEX triplet: C8, DB and 9B. RGB value is (200,219,155). Sum of RGB (Red+Green+Blue) = 200+219+155=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DB9B is #372464. Grayscale: #CECECE. Windows color (decimal): -3613797 or 10214344. OLE color: 10214344.

HSL color Cylindrical-coordinate representation of color #C8DB9B: hue angle of 77.81º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8DB9B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 219 155 -
CMYK 0.09 0 0.29 0.14
HSL 77.81º 0.47% 0.73% -
HSV(B) 77.81º 0.29% 0.86% -
XYZ 55.07 65.31 40.71 -
YUV 206.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 200 219 155 0.09 0 0.29 0.14 77.81 0.47 0.73
Hex C8 DB 9B 9 0 1D E 4E 2F 49
Octal 310 333 233 11 0 35 16 116 57 111
Binary 11001000 11011011 10011011 1001 0 11101 1110 1001110 101111 1001001

Color Harmonies of #C8DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DB9B

Black with #C8DB9B

Text Example


Text Example

White with #C8DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DB9B; }

 p { color: rgb(200,219,155); }

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

background-color css

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

 a { background-color: rgb(200,219,155); }

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

border-color css

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

 span { border-color: rgb(200,219,155); }

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