Html Css Color HEX #BECF15 Rio Grande

📋 copy color: '#BECF15'

red 190 ◦ green 207 ◦ blue 21

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

Shades of Rio Grande #BECF15

Tints of Rio Grande #BECF15

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.52%

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 45.45%
G = 49.52%
B = 5.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#BECF15 (or 0xBECF15) is known color: Rio Grande. HEX triplet: BE, CF and 15. RGB value is (190,207,21). Sum of RGB (Red+Green+Blue) = 190+207+21=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF15 is #4130EA. Grayscale: #B5B5B5. Windows color (decimal): -4272363 or 1429438. OLE color: 1429438.

HSL color Cylindrical-coordinate representation of color #BECF15: hue angle of 65.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BECF15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 21 -
CMYK 0.08 0 0.90 0.19
HSL 65.48º 0.82% 0.45% -
HSV(B) 65.48º 0.9% 0.81% -
XYZ 43.68 55.63 9.14 -
YUV 180.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 190 207 21 0.08 0 0.90 0.19 65.48 0.82 0.45
Hex BE CF 15 8 0 5A 13 41 52 2D
Octal 276 317 25 10 0 132 23 101 122 55
Binary 10111110 11001111 10101 1000 0 1011010 10011 1000001 1010010 101101

Color Harmonies of #BECF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF15

Black with #BECF15

Text Example


Text Example

White with #BECF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF15; }

 p { color: rgb(190,207,21); }

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

background-color css

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

 a { background-color: rgb(190,207,21); }

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

border-color css

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

 span { border-color: rgb(190,207,21); }

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