Html Css Color HEX #BECB23 Rio Grande

📋 copy color: '#BECB23'

red 190 ◦ green 203 ◦ blue 35

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

Shades of Rio Grande #BECB23

Tints of Rio Grande #BECB23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.18%

R = 44.39%
G = 47.43%
B = 8.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#BECB23 (or 0xBECB23) is known color: Rio Grande. HEX triplet: BE, CB and 23. RGB value is (190,203,35). Sum of RGB (Red+Green+Blue) = 190+203+35=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB23 is #4134DC. Grayscale: #B4B4B4. Windows color (decimal): -4273373 or 2345918. OLE color: 2345918.

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

Color convert

RGB 190 203 35 -
CMYK 0.06 0 0.83 0.20
HSL 64.64º 0.71% 0.47% -
HSV(B) 64.64º 0.83% 0.8% -
XYZ 42.89 53.78 9.71 -
YUV 179.96 46.19 135.16 -
System Red Green Blue C M Y K H S L
Decimal 190 203 35 0.06 0 0.83 0.20 64.64 0.71 0.47
Hex BE CB 23 6 0 53 14 41 47 2F
Octal 276 313 43 6 0 123 24 101 107 57
Binary 10111110 11001011 100011 110 0 1010011 10100 1000001 1000111 101111

Color Harmonies of #BECB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB23

Black with #BECB23

Text Example


Text Example

White with #BECB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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