Html Css Color HEX #BEDE5C Conifer

📋 copy color: '#BEDE5C'

red 190 ◦ green 222 ◦ blue 92

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

Shades of Conifer #BEDE5C

Tints of Conifer #BEDE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.25%

R = 37.7%
G = 44.05%
B = 18.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#BEDE5C (or 0xBEDE5C) is known color: Conifer. HEX triplet: BE, DE and 5C. RGB value is (190,222,92). Sum of RGB (Red+Green+Blue) = 190+222+92=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE5C is #4121A3. Grayscale: #C6C6C6. Windows color (decimal): -4268452 or 6086334. OLE color: 6086334.

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

Color convert

RGB 190 222 92 -
CMYK 0.14 0 0.59 0.13
HSL 74.77º 0.66% 0.62% -
HSV(B) 74.77º 0.59% 0.87% -
XYZ 49.29 63.96 19.87 -
YUV 197.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 190 222 92 0.14 0 0.59 0.13 74.77 0.66 0.62
Hex BE DE 5C E 0 3B D 4B 42 3E
Octal 276 336 134 16 0 73 15 113 102 76
Binary 10111110 11011110 1011100 1110 0 111011 1101 1001011 1000010 111110

Color Harmonies of #BEDE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE5C

Black with #BEDE5C

Text Example


Text Example

White with #BEDE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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