Html Css Color HEX #BEDE5D Conifer

📋 copy color: '#BEDE5D'

red 190 ◦ green 222 ◦ blue 93

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

Shades of Conifer #BEDE5D

Tints of Conifer #BEDE5D

RGB

 RED value IS 190 (74.61% from 255) = 37.62%

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 93 (36.72% from 255) = 18.42%

R = 37.62%
G = 43.96%
B = 18.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BEDE5D (or 0xBEDE5D) is known color: Conifer. HEX triplet: BE, DE and 5D. RGB value is (190,222,93). Sum of RGB (Red+Green+Blue) = 190+222+93=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE5D is #4121A2. Grayscale: #C6C6C6. Windows color (decimal): -4268451 or 6151870. OLE color: 6151870.

HSL color Cylindrical-coordinate representation of color #BEDE5D: hue angle of 74.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEDE5D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 93 -
CMYK 0.14 0 0.58 0.13
HSL 74.88º 0.66% 0.62% -
HSV(B) 74.88º 0.58% 0.87% -
XYZ 49.33 63.98 20.11 -
YUV 197.73 68.9 122.49 -
System Red Green Blue C M Y K H S L
Decimal 190 222 93 0.14 0 0.58 0.13 74.88 0.66 0.62
Hex BE DE 5D E 0 3A D 4B 42 3E
Octal 276 336 135 16 0 72 15 113 102 76
Binary 10111110 11011110 1011101 1110 0 111010 1101 1001011 1000010 111110

Color Harmonies of #BEDE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE5D

Black with #BEDE5D

Text Example


Text Example

White with #BEDE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE5D; }

 p { color: rgb(190,222,93); }

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

background-color css

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

 a { background-color: rgb(190,222,93); }

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

border-color css

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

 span { border-color: rgb(190,222,93); }

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