Html Css Color HEX #CBD998 Reef

📋 copy color: '#CBD998'

red 203 ◦ green 217 ◦ blue 152

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

Shades of Reef #CBD998

Tints of Reef #CBD998

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.94%

 BLUE value IS 152 (59.77% from 255) = 26.57%

R = 35.49%
G = 37.94%
B = 26.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#CBD998 (or 0xCBD998) is known color: Reef. HEX triplet: CB, D9 and 98. RGB value is (203,217,152). Sum of RGB (Red+Green+Blue) = 203+217+152=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD998 is #342667. Grayscale: #CDCDCD. Windows color (decimal): -3417704 or 10017227. OLE color: 10017227.

HSL color Cylindrical-coordinate representation of color #CBD998: hue angle of 72.92º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBD998 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 152 -
CMYK 0.06 0 0.30 0.15
HSL 72.92º 0.46% 0.72% -
HSV(B) 72.92º 0.3% 0.85% -
XYZ 55.11 64.59 39.27 -
YUV 205.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 203 217 152 0.06 0 0.30 0.15 72.92 0.46 0.72
Hex CB D9 98 6 0 1E F 49 2E 48
Octal 313 331 230 6 0 36 17 111 56 110
Binary 11001011 11011001 10011000 110 0 11110 1111 1001001 101110 1001000

Color Harmonies of #CBD998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD998

Black with #CBD998

Text Example


Text Example

White with #CBD998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD998; }

 p { color: rgb(203,217,152); }

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

background-color css

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

 a { background-color: rgb(203,217,152); }

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

border-color css

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

 span { border-color: rgb(203,217,152); }

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