Html Css Color HEX #CBDB98 Reef

📋 copy color: '#CBDB98'

red 203 ◦ green 219 ◦ blue 152

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

Shades of Reef #CBDB98

Tints of Reef #CBDB98

RGB

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

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

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

R = 35.37%
G = 38.15%
B = 26.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#CBDB98 (or 0xCBDB98) is known color: Reef. HEX triplet: CB, DB and 98. RGB value is (203,219,152). Sum of RGB (Red+Green+Blue) = 203+219+152=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDB98 is #342467. Grayscale: #CECECE. Windows color (decimal): -3417192 or 10017739. OLE color: 10017739.

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

Color convert

RGB 203 219 152 -
CMYK 0.07 0 0.31 0.14
HSL 74.33º 0.48% 0.73% -
HSV(B) 74.33º 0.31% 0.86% -
XYZ 55.63 65.63 39.44 -
YUV 206.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 203 219 152 0.07 0 0.31 0.14 74.33 0.48 0.73
Hex CB DB 98 7 0 1F E 4A 30 49
Octal 313 333 230 7 0 37 16 112 60 111
Binary 11001011 11011011 10011000 111 0 11111 1110 1001010 110000 1001001

Color Harmonies of #CBDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB98

Black with #CBDB98

Text Example


Text Example

White with #CBDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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