Html Css Color HEX #CBE955 Conifer

📋 copy color: '#CBE955'

red 203 ◦ green 233 ◦ blue 85

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

Shades of Conifer #CBE955

Tints of Conifer #CBE955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

 BLUE value IS 85 (33.59% from 255) = 16.31%

R = 38.96%
G = 44.72%
B = 16.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#CBE955 (or 0xCBE955) is known color: Conifer. HEX triplet: CB, E9 and 55. RGB value is (203,233,85). Sum of RGB (Red+Green+Blue) = 203+233+85=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE955 is #3416AA. Grayscale: #CFCFCF. Windows color (decimal): -3413675 or 5630411. OLE color: 5630411.

HSL color Cylindrical-coordinate representation of color #CBE955: hue angle of 72.16º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBE955 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 85 -
CMYK 0.13 0 0.64 0.09
HSL 72.16º 0.77% 0.62% -
HSV(B) 72.16º 0.64% 0.91% -
XYZ 55.41 71.63 19.5 -
YUV 207.16 59.06 125.03 -
System Red Green Blue C M Y K H S L
Decimal 203 233 85 0.13 0 0.64 0.09 72.16 0.77 0.62
Hex CB E9 55 D 0 40 9 48 4D 3E
Octal 313 351 125 15 0 100 11 110 115 76
Binary 11001011 11101001 1010101 1101 0 1000000 1001 1001000 1001101 111110

Color Harmonies of #CBE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE955

Black with #CBE955

Text Example


Text Example

White with #CBE955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE955; }

 p { color: rgb(203,233,85); }

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

background-color css

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

 a { background-color: rgb(203,233,85); }

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

border-color css

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

 span { border-color: rgb(203,233,85); }

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