Html Css Color HEX #BFC425 Rio Grande

📋 copy color: '#BFC425'

red 191 ◦ green 196 ◦ blue 37

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

Shades of Rio Grande #BFC425

Tints of Rio Grande #BFC425

RGB

 RED value IS 191 (75% from 255) = 45.05%

 GREEN value IS 196 (76.95% from 255) = 46.23%

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

R = 45.05%
G = 46.23%
B = 8.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#BFC425 (or 0xBFC425) is known color: Rio Grande. HEX triplet: BF, C4 and 25. RGB value is (191,196,37). Sum of RGB (Red+Green+Blue) = 191+196+37=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC425 is #403BDA. Grayscale: #B1B1B1. Windows color (decimal): -4209627 or 2475199. OLE color: 2475199.

HSL color Cylindrical-coordinate representation of color #BFC425: hue angle of 61.89º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFC425 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 37 -
CMYK 0.03 0 0.81 0.23
HSL 61.89º 0.68% 0.46% -
HSV(B) 61.89º 0.81% 0.77% -
XYZ 41.56 50.69 9.34 -
YUV 176.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 191 196 37 0.03 0 0.81 0.23 61.89 0.68 0.46
Hex BF C4 25 3 0 51 17 3E 44 2E
Octal 277 304 45 3 0 121 27 76 104 56
Binary 10111111 11000100 100101 11 0 1010001 10111 111110 1000100 101110

Color Harmonies of #BFC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC425

Black with #BFC425

Text Example


Text Example

White with #BFC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC425; }

 p { color: rgb(191,196,37); }

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

background-color css

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

 a { background-color: rgb(191,196,37); }

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

border-color css

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

 span { border-color: rgb(191,196,37); }

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