Html Css Color HEX #BECB25 Rio Grande

📋 copy color: '#BECB25'

red 190 ◦ green 203 ◦ blue 37

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

Shades of Rio Grande #BECB25

Tints of Rio Grande #BECB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.21%

 BLUE value IS 37 (14.84% from 255) = 8.6%

R = 44.19%
G = 47.21%
B = 8.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#BECB25 (or 0xBECB25) is known color: Rio Grande. HEX triplet: BE, CB and 25. RGB value is (190,203,37). Sum of RGB (Red+Green+Blue) = 190+203+37=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB25 is #4134DA. Grayscale: #B4B4B4. Windows color (decimal): -4273371 or 2476990. OLE color: 2476990.

HSL color Cylindrical-coordinate representation of color #BECB25: hue angle of 64.7º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BECB25 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 37 -
CMYK 0.06 0 0.82 0.20
HSL 64.7º 0.69% 0.47% -
HSV(B) 64.7º 0.82% 0.8% -
XYZ 42.93 53.79 9.87 -
YUV 180.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 190 203 37 0.06 0 0.82 0.20 64.7 0.69 0.47
Hex BE CB 25 6 0 52 14 41 45 2F
Octal 276 313 45 6 0 122 24 101 105 57
Binary 10111110 11001011 100101 110 0 1010010 10100 1000001 1000101 101111

Color Harmonies of #BECB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB25

Black with #BECB25

Text Example


Text Example

White with #BECB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB25; }

 p { color: rgb(190,203,37); }

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

background-color css

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

 a { background-color: rgb(190,203,37); }

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

border-color css

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

 span { border-color: rgb(190,203,37); }

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