Html Css Color HEX #CBE69B Reef

📋 copy color: '#CBE69B'

red 203 ◦ green 230 ◦ blue 155

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

Shades of Reef #CBE69B

Tints of Reef #CBE69B

RGB

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

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

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

R = 34.52%
G = 39.12%
B = 26.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#CBE69B (or 0xCBE69B) is known color: Reef. HEX triplet: CB, E6 and 9B. RGB value is (203,230,155). Sum of RGB (Red+Green+Blue) = 203+230+155=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE69B is #341964. Grayscale: #D5D5D5. Windows color (decimal): -3414373 or 10217163. OLE color: 10217163.

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

Color convert

RGB 203 230 155 -
CMYK 0.12 0 0.33 0.10
HSL 81.6º 0.6% 0.75% -
HSV(B) 81.6º 0.33% 0.9% -
XYZ 58.84 71.66 41.74 -
YUV 213.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 203 230 155 0.12 0 0.33 0.10 81.6 0.6 0.75
Hex CB E6 9B C 0 21 A 52 3C 4B
Octal 313 346 233 14 0 41 12 122 74 113
Binary 11001011 11100110 10011011 1100 0 100001 1010 1010010 111100 1001011

Color Harmonies of #CBE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE69B

Black with #CBE69B

Text Example


Text Example

White with #CBE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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