Html Css Color HEX #BFC427 Rio Grande

📋 copy color: '#BFC427'

red 191 ◦ green 196 ◦ blue 39

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

Shades of Rio Grande #BFC427

Tints of Rio Grande #BFC427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.15%

R = 44.84%
G = 46.01%
B = 9.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BFC427 (or 0xBFC427) is known color: Rio Grande. HEX triplet: BF, C4 and 27. RGB value is (191,196,39). Sum of RGB (Red+Green+Blue) = 191+196+39=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC427 is #403BD8. Grayscale: #B1B1B1. Windows color (decimal): -4209625 or 2606271. OLE color: 2606271.

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

Color convert

RGB 191 196 39 -
CMYK 0.03 0 0.80 0.23
HSL 61.91º 0.67% 0.46% -
HSV(B) 61.91º 0.8% 0.77% -
XYZ 41.59 50.7 9.51 -
YUV 176.61 50.34 138.27 -
System Red Green Blue C M Y K H S L
Decimal 191 196 39 0.03 0 0.80 0.23 61.91 0.67 0.46
Hex BF C4 27 3 0 50 17 3E 43 2E
Octal 277 304 47 3 0 120 27 76 103 56
Binary 10111111 11000100 100111 11 0 1010000 10111 111110 1000011 101110

Color Harmonies of #BFC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC427

Black with #BFC427

Text Example


Text Example

White with #BFC427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC427; }

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

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

background-color css

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

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

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

border-color css

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

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

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